projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6feab4f
)
GtkWindow: Update default for has-default-grip
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 3 Jul 2014 19:23:34 +0000
(15:23 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 3 Jul 2014 19:23:34 +0000
(15:23 -0400)
It is now FALSE.
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 5f9f5c475990005b80a135b8266282ac8bdc23f1..7153baad16821e730b1f601da152371fa9c1c5cb 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-987,7
+987,7
@@
gtk_window_class_init (GtkWindowClass *klass)
g_param_spec_boolean ("has-resize-grip",
P_("Resize grip"),
P_("Specifies whether the window should have a resize grip"),
-
TRU
E,
+
FALS
E,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY|G_PARAM_DEPRECATED));
/**